home *** CD-ROM | disk | FTP | other *** search
- object frmAddContact: TfrmAddContact
- Left = 420
- Top = 225
- ActiveControl = RadioButton1
- BorderStyle = bsDialog
- Caption = 'Add To Phonebook Wizard'
- ClientHeight = 356
- ClientWidth = 493
- Color = clBtnFace
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 314
- Width = 493
- Height = 9
- Align = alTop
- Shape = bsTopLine
- end
- object btnOk: TButton
- Left = 316
- Top = 324
- Width = 77
- Height = 25
- Caption = '&Finish'
- TabOrder = 0
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 404
- Top = 324
- Width = 77
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 493
- Height = 314
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 2
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 164
- Height = 314
- Align = alLeft
- AutoSize = True
- Center = True
- end
- object Label4: TLabel
- Left = 176
- Top = 44
- Width = 305
- Height = 33
- AutoSize = False
- Caption =
- 'This wizard will help you add a number to your phonebook. You co' +
- 'uld create a new contact or modify an existing one.'
- Transparent = True
- WordWrap = True
- end
- object lbProductName: TLabel
- Left = 176
- Top = 12
- Width = 190
- Height = 25
- Caption = 'Add to phonebook'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -21
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label1: TLabel
- Left = 176
- Top = 84
- Width = 37
- Height = 13
- Caption = 'Number'
- end
- object lblNumber: TLabel
- Left = 220
- Top = 84
- Width = 36
- Height = 13
- Caption = '<num>'
- end
- object edContact: TTntEdit
- Left = 192
- Top = 160
- Width = 289
- Height = 21
- Color = clBtnFace
- Enabled = False
- ReadOnly = True
- TabOrder = 0
- end
- object btnSelect: TButton
- Left = 404
- Top = 188
- Width = 77
- Height = 25
- Caption = 'B&rowse...'
- Enabled = False
- TabOrder = 1
- OnClick = btnSelectClick
- end
- object RadioButton1: TRadioButton
- Left = 176
- Top = 108
- Width = 121
- Height = 17
- Caption = 'As a New Contact'
- Checked = True
- TabOrder = 2
- TabStop = True
- OnClick = RadioButtonClick
- end
- object RadioButton2: TRadioButton
- Left = 176
- Top = 132
- Width = 165
- Height = 17
- Caption = 'Modify an Existing Contact:'
- TabOrder = 3
- OnClick = RadioButtonClick
- end
- object rgPhoneType: TRadioGroup
- Left = 192
- Top = 224
- Width = 289
- Height = 73
- Caption = 'Save As'
- Columns = 3
- Enabled = False
- ItemIndex = 0
- Items.Strings = (
- 'Cell Phone'
- 'Work Phone'
- 'Home Phone'
- 'Fax Number'
- 'Other')
- TabOrder = 4
- end
- end
- object Button3: TButton
- Left = 239
- Top = 324
- Width = 77
- Height = 25
- Caption = '< &Previous'
- Enabled = False
- TabOrder = 3
- end
- end
-